@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

input {
  outline: none;
  border: none;
  background: none;
}

h3 {
  font-weight: normal;
}

body {
  min-width: 1080px;
  min-height: 100vh;
  font-family: "Microsoft YaHei";
}

.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

img {
  border: none;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}

input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
}

.hxl_center {
  min-height: calc(100vh - 868px);
}

.hxl_index_banner {
  position: relative;
}


.hxl_index_banner .index_banner img{
  width: 100%;
}

.hxl_index_banner .index_banner {
  width: 100%;
}

.hxl_index_banner .index_banner .swiper-button-prev.swiper-button-white {
  background-image: url("./../images/btn_left_s.png");
  background-size: 78px 80px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 78px;
  height: 80px;
  left: 0;
}

.hxl_index_banner .index_banner .swiper-button-prev {
  background-image: url("./../images/btn_left.png");
  background-size: 78px 80px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 78px;
  height: 80px;
  left: 0;
}

.hxl_index_banner .index_banner .swiper-button-prev.swiper-button-disabled {
  background-image: url("./../images/btn_left.png");
  background-size: 78px 80px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 78px;
  height: 80px;
  left: 0;
}

.hxl_index_banner .index_banner .swiper-button-next.swiper-button-white {
  background-image: url("./../images/btn_right_s.png");
  background-size: 78px 80px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 78px;
  height: 80px;
  right: 0;
}

.hxl_index_banner .index_banner .swiper-button-next {
  background-image: url("./../images/btn_right.png");
  background-size: 78px 80px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 78px;
  height: 80px;
  right: 0;
}

.hxl_index_banner .index_banner .swiper-button-next.swiper-button-disabled {
  background-image: url("./../images/btn_right.png");
  background-size: 78px 80px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 78px;
  height: 80px;
  right: 0;
}

.hxl_index_banner .index_header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.hxl_index_banner .index_header .header_top .header_top_container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.hxl_index_banner .index_header .header_top .header_top_container .logo {
  float: left;
  margin: 17px 0;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right {
  text-align: right;
  float: right;
  font-size: 16px;
  color: #444;
  vertical-align: bottom;
  margin-top: 15px;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .input_box {
  text-align: left;
  border: 1px solid #ccc;
  width: 293px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  padding-left: 25px;
  margin-top: 10px;
  overflow: hidden;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .input_box input {
  line-height: 30px;
  width: 255px;
  position: absolute;
  height: 30px;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .input_box .search {
  width: 38px;
  height: 30px;
  display: inline-block;
  background-color: #0080d2;
  float: right;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-image: url("./../images/search.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .input_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #888;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .input_box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #888;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .input_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #888;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .input_box input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #888;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .mi {
  margin: 0 15px;
  color: #acadae;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .login::before {
  content: "";
  background: url("./../images/login.png") no-repeat center;
  width: 14px;
  height: 16px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: 1px;
}

.hxl_index_banner .index_header .header_top .header_top_container .top_right .register::before {
  content: "";
  background: url("./../images/registered.png") no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  margin-bottom: 1px;
}

.hxl_index_banner .index_header .header_bottom {
  background: #0080d2;
  position: relative;
}

.hxl_index_banner .index_header .header_bottom .header_down_box {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  color: #444 !important;
}

.hxl_index_banner .index_header .header_bottom .header_down_box .header_down {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.hxl_index_banner .index_header .header_bottom .header_down_box .header_down li {
  float: left;
  margin-right: 40px;
  margin-top: 40px;
}

.hxl_index_banner .index_header .header_bottom .header_down_box .header_down li a {
  font-size: 18px;
  color: #999;
}

.hxl_index_banner .index_header .header_bottom .header_down_box .header_down li a:hover {
  font-size: 18px;
  color: #0080d2;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container {
  width: 1200px;
  margin: 0 auto;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul {
  position: relative;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li.selected {
  background: #f39801;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li.mouseover {
  background: #fff;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li.mouseover>a {
  color: #0080d2;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li {
  text-align: center;
  line-height: 50px;
  width: 10%;
  float: left;
  background: #0080d2;
  position: relative;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block;
  height: 100%;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li ul.ul_1 {
  left: -22px;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li ul.ul_2.more li {
  width: 50%;
  float: left;
}
.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li ul.ul_2.more {
  width: 400px;
  left: -200px;
}
.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li ul.ul_2 {
  left: -22px;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li ul.ul_3 {
  left: -48px;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li ul {
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  opacity: 0.85;
  filter: alpha(opacity=85);
  overflow: hidden;
  border: 1px solid #dcdcdc;
  display: none;
  border-top: none;
  box-shadow: 3px 3px 10px 0 #d2e0ea;
  padding: 10px 20px;
  min-width: 100%;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li ul li {
  text-align: center;
  background: #fff;
  float: none;
  font-size: 14px;
  width: auto;
  word-break: keep-all;
  line-height: 35px;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li ul li a {
  color: #666;
}

.hxl_index_banner .index_header .header_bottom .header_bottom_container ul li ul li a:hover {
  color: #0080d2;
}

.hxl_index_banner .bottom_banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.hxl_index_banner .bottom_banner .swiper-button-prev {
  background-image: url("./../images/left_ed.png");
  background-size: 8px 11px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hxl_index_banner .bottom_banner .swiper-button-prev.swiper-button-disabled {
  background-image: url("./../images/left.png");
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: 8px 11px;
}

.hxl_index_banner .bottom_banner .swiper-button-next {
  background-image: url("./../images/right_ed.png");
  background-size: 8px 11px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hxl_index_banner .bottom_banner .swiper-button-next.swiper-button-disabled {
  background-image: url("./../images/right.png");
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  background-size: 8px 11px;
}

.hxl_index_banner .bottom_banner .swiper-slide {
  padding: 0 15px;
  height: 100%;
  text-align: center;
  width: auto;
  font-size: 16px;
  color: #232323;
}

.hxl_index_banner .bottom_banner .btn {
  background: #eef4e9;
  position: relative;
  height: 100%;
  z-index: 9999;
  width: 80px;
  float: left;
}

.hxl_index_banner .bottom_banner .icon {
  margin: 5px auto 0;
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
}

.hxl_index_banner .bottom_banner .container {
  height: 80px;
  width: 1080px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.hxl_index_banner .bottom_banner .left {
  background: #f39801;
  font-size: 16px;
  color: #fff;
  float: left;
  height: 100%;
  line-height: 80px;
  padding: 0 18px;
}

.hxl_index_banner .bottom_banner .left .left_icon {
  width: 23px;
  height: 18px;
  background: url("./../images/banner_icon_1.png") no-repeat center;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_banner .bottom_banner .swiper-container {
  float: left;
  height: 100%;
  width: 872px;
}

.hxl_index_banner .bottom_banner .swiper-container .swiper-button-prev {
  background-image: url("./../images/left_ed.png");
  background-size: 8px 11px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hxl_index_banner .bottom_banner .swiper-container .swiper-button-prev.swiper-button-disabled {
  background-image: url("./../images/left.png");
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: 8px 11px;
}

.hxl_index_banner .bottom_banner .swiper-container .swiper-button-next {
  background-image: url("./../images/right_ed.png");
  background-size: 8px 11px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hxl_index_banner .bottom_banner .swiper-container .swiper-button-next.swiper-button-disabled {
  background-image: url("./../images/right.png");
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: 8px 11px;
}

.hxl_index_banner .bottom_banner .swiper-container .swiper-slide {
  padding: 0 15px;
  height: 100%;
  text-align: center;
  width: auto;
  font-size: 16px;
  color: #232323;
}

.hxl_index_banner .bottom_banner .swiper-container .btn {
  background: #eef4e9;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 80px;
}

.hxl_index_banner .bottom_banner .swiper-container .icon {
  margin: 5px auto 0;
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
}

.hxl_index_banner .bottom_banner .swiper-container a:hover {
  color: #0080d2 !important;
}

.hxl_index_banner .bottom_banner .swiper-container a:hover .icon_1 {
  background: url("./../images/banner_icon_2_fff.png") no-repeat center;
  background-size: 32px 31px;
}

.hxl_index_banner .bottom_banner .swiper-container a:hover .icon_2 {
  background: url("./../images/banner_icon_3_fff.png") no-repeat center;
  background-size: 23px 22px;
}

.hxl_index_banner .bottom_banner .swiper-container a:hover .icon_3 {
  background: url("./../images/banner_icon_4_fff.png") no-repeat center;
  background-size: 32px 22px;
}

.hxl_index_banner .bottom_banner .swiper-container a:hover .icon_4 {
  background: url("./../images/banner_icon_5_fff.png") no-repeat center;
  background-size: 22px 26px;
}

.hxl_index_banner .bottom_banner .swiper-container a:hover .icon_5 {
  background: url("./../images/banner_icon_6_fff.png") no-repeat center;
  background-size: 20px 22px;
}

.hxl_index_banner .bottom_banner .swiper-container a:hover .icon_6 {
  background: url("./../images/banner_icon_7_fff.png") no-repeat center;
  background-size: 28px 25px;
}

.hxl_index_banner .bottom_banner .swiper-container .icon_1 {
  background: url("./../images/banner_icon_2.png") no-repeat center;
  background-size: 32px 31px;
}

.hxl_index_banner .bottom_banner .swiper-container .icon_2 {
  background: url("./../images/banner_icon_3.png") no-repeat center;
  background-size: 23px 22px;
}

.hxl_index_banner .bottom_banner .swiper-container .icon_3 {
  background: url("./../images/banner_icon_4.png") no-repeat center;
  background-size: 32px 22px;
}

.hxl_index_banner .bottom_banner .swiper-container .icon_4 {
  background: url("./../images/banner_icon_5.png") no-repeat center;
  background-size: 22px 26px;
}

.hxl_index_banner .bottom_banner .swiper-container .icon_5 {
  background: url("./../images/banner_icon_6.png") no-repeat center;
  background-size: 20px 22px;
}

.hxl_index_banner .bottom_banner .swiper-container .icon_6 {
  background: url("./../images/banner_icon_7.png") no-repeat center;
  background-size: 28px 25px;
}

.hxl_index_banner .bottom_banner .swiper-button-prev {
  right: 50px;
  left: unset;
}

.hxl_other_banner .hxl_main_header {
  background-image: url("./../images/other_header_03.png");
}

.hxl_other_banner .header_top {
  background-color: initial !important;
}

.hxl_other_banner .exit_platform {
  display: block;
  width: 152px;
  height: 38px;
  background: #fff;
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
}

.hxl_other_banner .exit_platform .icon {
  display: inline-block;
  width: 21px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/home.png");
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}

.hxl_other_banner .exit_platform .txt {
  vertical-align: middle;
  font-size: 15px;
  color: #0080d2;
}

.hxl_index_center {
  overflow: hidden;
  background: url("./../images/index_center_bg_03.jpg") no-repeat;
  position: relative;
}

.hxl_index_center .part_5_box {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hxl_index_center .part_5 {
  margin: 0 auto;
}

.hxl_index_center .part_5 .bottom_banner {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 9;
}

.hxl_index_center .part_5 .bottom_banner .container {
  height: 45px;
  width: 1080px;
  margin: 0 auto;
  background: #f5f5f5;
  overflow: hidden;
  padding-right: 0 !important;
}

.hxl_index_center .part_5 .bottom_banner .left {
  background: #0080d2;
  font-size: 22px;
  color: #fff;
  float: left;
  height: 100%;
  line-height: 45px;
  padding: 0 18px;
}

.hxl_index_center .part_5 .bottom_banner .left .left_icon {
  width: 24px;
  height: 22px;
  background: url("./../images/link_icon.png") no-repeat center;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container {
  float: right;
  height: 100%;
  width: 923px;
  border: 1px solid #dcdcdc;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .swiper-button-next {
  background-image: url("./../images/more.png");
  background-size: 22px 22px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .swiper-button-next.swiper-button-disabled {
  background-image: url("./../images/more_n.png");
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: 22px 22px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .swiper-slide {
  padding: 0 15px;
  height: 100%;
  text-align: center;
  width: auto;
  font-size: 16px;
  color: #232323;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .swiper-slide img {
  margin-top: 5px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .btn {
  background: #fdfefc;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 45px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .icon {
  margin: 5px auto 0;
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .selected a {
  color: #0080d2 !important;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .selected .icon {
  background-color: #0080d2 !important;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .selected .icon_1 {
  background: url("./../images/banner_icon_2_fff.png") no-repeat center;
  background-size: 32px 31px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .selected .icon_2 {
  background: url("./../images/banner_icon_3_fff.png") no-repeat center;
  background-size: 23px 22px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .selected .icon_3 {
  background: url("./../images/banner_icon_4_fff.png") no-repeat center;
  background-size: 32px 22px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .selected .icon_4 {
  background: url("./../images/banner_icon_5_fff.png") no-repeat center;
  background-size: 22px 26px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .selected .icon_5 {
  background: url("./../images/banner_icon_6_fff.png") no-repeat center;
  background-size: 20px 22px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .selected .icon_6 {
  background: url("./../images/banner_icon_7_fff.png") no-repeat center;
  background-size: 28px 25px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .icon_1 {
  background: url("./../images/banner_icon_2.png") no-repeat center;
  background-size: 32px 31px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .icon_2 {
  background: url("./../images/banner_icon_3.png") no-repeat center;
  background-size: 23px 22px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .icon_3 {
  background: url("./../images/banner_icon_4.png") no-repeat center;
  background-size: 32px 22px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .icon_4 {
  background: url("./../images/banner_icon_5.png") no-repeat center;
  background-size: 22px 26px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .icon_5 {
  background: url("./../images/banner_icon_6.png") no-repeat center;
  background-size: 20px 22px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-container .icon_6 {
  background: url("./../images/banner_icon_7.png") no-repeat center;
  background-size: 28px 25px;
}

.hxl_index_center .part_5 .bottom_banner .swiper-button-prev {
  right: 50px;
  left: unset;
}

.hxl_index_center .index_center_container {
  width: 1080px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 45px;
}

.hxl_index_center .index_center_container .part_1 {
  margin-bottom: 23px;
  overflow: hidden;
}

.hxl_index_center .index_center_container .part_1 .left {
  border: 1px solid #e6e6e6;
  width: 678px;
  float: left;
}

.hxl_index_center .index_center_container .part_1 .left .title_box {
  overflow: hidden;
  background: #ebf7ff;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .a-btn .more {
  display: none;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .a-btn {
  float: right;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .more:hover {
  background: url("./../images/more_ed.png") no-repeat center;
  background-size: 100% 100%;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .more {
  width: 22px;
  height: 22px;
  background: url("./../images/more.png") no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  float: right;
  margin-top: 11px;
  margin-right: 35px;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .title.selected {
  background: #0080d2;
  color: #fff;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .title.selected a {
  color: #fff;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .title.selected a:hover {
  color: #fff;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .title {
  cursor: pointer;
  float: left;
  line-height: 45px;
  padding: 0 20px;
  background: #eee;
  font-size: 22px;
  color: #666;
  text-align: center;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .title a {
  color: #666;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .title a:hover {
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1 .left .title_box .title .icon {
  width: 18px;
  height: 21px;
  background: url("./../images/index_title_icon_1.png") no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1 .left .container {
  background: #fff;
  padding: 30px;
  overflow: hidden;
  height: 312px;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_left {
  float: left;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_left .bottom {
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_left .bottom .item {
  float: left;
  width: 45%;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_left .bottom .item_1 {
  border-right: 1px solid #ebebeb;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_left .bottom .p1 {
  font-size: 28.5px;
  color: #0080d2;
  font-weight: bold;
  letter-spacing: -1px;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_left .bottom .p1 .sub_box {
  position: relative;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_left .bottom .p2 {
  font-size: 12.35px;
  color: #0080d2;
  margin-top: 15px;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_left .bottom sup {
  font-size: 12px;
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_left .bottom sub {
  font-size: 12px;
  color: #0080d2;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_right::-webkit-scrollbar {
  display: none;
}

.hxl_index_center .index_center_container .part_1.part_2 .left .container .container_right {
  height: 265px;
}

.hxl_index_center .index_center_container .part_1.part_2 .left .container {
  height: 265px;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_right {
  float: right;
  width: 310px;
  text-align: justify;
  font-size: 14px;
  height: 340px;
  overflow: hidden;
  overflow-y: auto;
  color: #666;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_right p {
  line-height: 35px;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_right .ed {
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1 .left .container .container_right a:hover {
  color: #f39801;
}

.hxl_index_center .index_center_container .part_1 .right {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  width: 365px;
  float: right;
}

.hxl_index_center .index_center_container .part_1 .right ul li {
  line-height: 33px;
  overflow: hidden;
}

.hxl_index_center .index_center_container .part_1 .right ul li a {
  font-size: 14px;
  color: #666;
  display: block;
}

.hxl_index_center .index_center_container .part_1 .right ul li a:hover {
  color: #0080d2 !important;
}

.hxl_index_center .index_center_container .part_1 .right ul .date {
  display: inline-block;
  width: 28%;
  float: right;
}

.hxl_index_center .index_center_container .part_1 .right .title .icon {
  width: 25px !important;
  height: 24px !important;
  background: url("./../images/index_title_icon_2.png") no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_2 {
  border: 1px solid #e6e6e6;
}

.hxl_index_center .index_center_container .part_1.part_2 .date {
  width: 15% !important;
}

.hxl_index_center .index_center_container .part_1.part_2 .span_1 {
  float: left;
  display: inline-block;
  line-height: 33px;
}

.hxl_index_center .index_center_container .part_1.part_2 .span_2 {
  display: inline-block;
  width: 77%;
}

.hxl_index_center .index_center_container .part_1.part_2 .left {
  border: none;
  width: 1080px;
  float: unset;
}

.hxl_index_center .index_center_container .part_1.part_3 .container {}

#itemBox {
  height: 310px;

}

.hxl_index_center .index_center_container .part_1.part_2 .container_left {
  width: 442px;
  height: 265px;
}

.hxl_index_center .index_center_container .part_1.part_2 .container_right {
  width: 530px !important;
}

.hxl_index_center .index_center_container .part_1.part_2 .title a:hover .icon_2 {
  width: 21px !important;
  height: 25px !important;
  background: url("./../images/index_title_icon_4_b.png") no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_2 .title.selected .icon_2 {
  width: 21px !important;
  height: 25px !important;
  background: url("./../images/index_title_icon_4_fff.png") no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_2 .title.selected .icon_1 {
  width: 20px !important;
  height: 22px !important;
  background: url("./../images/index_title_icon_3_fff.png") no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_2 .title .icon_1 {
  width: 20px !important;
  height: 22px !important;
  background: url("./../images/index_title_icon_3.png") no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_2 .title .icon_2 {
  width: 21px !important;
  height: 25px !important;
  background: url("./../images/index_title_icon_4.png") no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_2 .news_swiper {
  height: 265px;
}

.hxl_index_center .index_center_container .part_1.part_2 .news_swiper .swiper-pagination-bullet {
  background: #9d9896;
}

.hxl_index_center .index_center_container .part_1.part_2 .news_swiper .swiper-pagination-bullets {
  width: unset;
  left: unset;
  right: 25px;
}

.hxl_index_center .index_center_container .part_1.part_2 .news_swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.hxl_index_center .index_center_container .part_1.part_2 .news_swiper .swiper-slide {
  position: relative;
}

.hxl_index_center .index_center_container .part_1.part_2 .news_swiper .swiper-slide .txt {
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  font-size: 18px;
  color: #fff;
  padding-left: 5%;
}

.hxl_index_center .index_center_container .part_1.part_3 .date {
  width: 20% !important;
}

.hxl_index_center .index_center_container .part_1.part_3 .container {
  padding: 30px;
}

.hxl_index_center .index_center_container .part_1.part_3 .left.right {
  float: left;
  width: 555px !important;
}

.hxl_index_center .index_center_container .part_1.part_3 .left.right .span_1 {
  float: left;
  display: inline-block;
  line-height: 35px;
}

.hxl_index_center .index_center_container .part_1.part_3 .left.right .span_2 {
  display: inline-block;
  width: 77%;
}

.hxl_index_center .index_center_container .part_1.part_3 .left.right .title a:hover .icon_2 {
  width: 24px !important;
  height: 22px !important;
  background: url(./../images/index_title_icon_6_b.png) no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_3 .left.right .title.selected .icon_2 {
  width: 24px !important;
  height: 22px !important;
  background: url(./../images/index_title_icon_6_fff.png) no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_3 .left.right .title.selected .icon_1 {
  width: 24px !important;
  height: 20px !important;
  background: url(./../images/index_title_icon_5_fff.png) no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_3 .left.right .title .icon_2 {
  width: 24px !important;
  height: 22px !important;
  background: url(./../images/index_title_icon_6.png) no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_3 .left.right .title .icon_1 {
  width: 24px !important;
  height: 20px !important;
  background: url(./../images/index_title_icon_5.png) no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_3 .left {
  float: right;
  width: 492px !important;
}

.hxl_index_center .index_center_container .part_1.part_3 .container_right {
  width: 100% !important;
}

.hxl_index_center .index_center_container .part_1.part_3 .left_7 .icon_7 {
  width: 28px;
  height: 22px;
  background: url(./../images/index_title_icon_7_fff.png) no-repeat center !important;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container {
  overflow: hidden;
  font-size: 14px;
  color: #333;
  height: 340px;
}

.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container>div:nth-child(2),
.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container>div:nth-child(4),
.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container>div:nth-child(6) {
  margin-right: 0;
}

.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container>div {
  width: 200px;
  height: 100px;
  float: left;
  margin-right: 25px;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container>div .imgWrap {
  width: 199px;
  height: 72px;
  overflow: hidden;
}

.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container>div a {
  display: block;
  height: 100%;
}

.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container>div a:hover {
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container>div a:hover img {
  transform: scale(1.2);
  transition: all 0.4s;
}

.hxl_index_center .index_center_container .part_1.part_3 .left_7 .container>div img {
  height: 72px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .icon_8 {
  width: 22px !important;
  height: 26px !important;
  background: url(./../images/index_title_icon_8_fff.png) no-repeat center !important;
  margin-bottom: 0 !important;
  vertical-align: middle;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .txt_8 {
  vertical-align: middle;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .icon_9 {
  width: 21px !important;
  height: 24px !important;
  background: url(./../images/index_title_icon_9_fff.png) no-repeat center !important;
  margin-bottom: 0 !important;
  vertical-align: middle;
  display: inline-block;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .txt_9 {
  vertical-align: middle;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container {
  overflow: hidden;
  /*滚动条样式*/
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left {
  float: left;
  width: 290px;
  border: none !important;
  font-size: 14.5px;
  color: #888;
  overflow: hidden;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left .left_ul {
  height: 280px;
  width: 100%;
  overflow: visible;
  position: relative;
  top: 0;
  left: 0;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left .left_ul .swiper-slide {
  height: 40px !important;
  margin-bottom: 0 !important;
  line-height: 40px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left .left_ul .swiper-slide .txt {
  border-bottom: 1px solid #dcdcdc;
  /* box-shadow: 3px 3px 10px 0 #ccc; */
  padding: 0 3%;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left .left_ul li.selected {
  border-bottom: none;
  margin-bottom: 5px;
  background: #fff;
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left .left_ul li.selected a {
  color: #0080d2;
  box-shadow: 0 0 10px 0 #ccc;
  height: 85% !important;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left .left_ul li {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
  overflow: visible;
  position: relative;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left .left_ul li a {
  display: block;
  height: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 15px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .left_left .left_ul li a.selected {
  box-shadow: 0 0 10px 0 #ccc;
  border-bottom: none;
  margin-bottom: 5px;
  background: #fff;
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .right_right {
  float: right;
  width: 132px;
  height: 233px;
  padding: 30px 20px;
  box-shadow: 2px 2px 20px 0 #ccc;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .right_right .right_ul {
  height: 100%;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .right_right .right_ul li {
  display: none;
  height: 100%;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .right_right .right_ul li img {
  width: 135px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .part_4_container .right_right .right_ul li .txt {
  font-size: 14px;
  color: #0080d2;
  line-height: 30px;
  text-align: center;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left {
  overflow: hidden;
  /*滚动条样式*/
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .title_list li {
  display: none;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_title {
  overflow: hidden;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_title .a {
  float: left;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_title .b {
  padding-top: 12px;
  float: left;
  width: 197px;
  height: 49px;
  background: url("./../images/phone_title_bg.jpg");
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_title .b .txt {
  font-size: 18px;
  color: #fff;
  margin-left: 25px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_title .b .phone_icon {
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url("./../images/phone_ed.png");
  background-size: 100% 100%;
  margin-left: 25px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_title .b .phone_num {
  font-size: 16px;
  color: #fff;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list_box {
  overflow: hidden;
  height: 250px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list {
  width: 421px;
  height: 235px;
  position: relative;
  top: 0;
  left: 0;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li.selected a {
  box-shadow: 0 0 10px 0 #ccc;
  background: #fff;
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li.selected .p_icon {
  background: url("./../images/phone_hover.png") no-repeat center;
  background-size: 100% 100%;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li.selected a {
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li {
  /* margin-top: 10px;*/
  padding: 2px 0;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li a {
  padding-left: 10px;
  line-height: 37px;
  display: block;
  height: 37px;
  font-size: 16px;
  color: #666;
  background: #f7f7f7;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li a:hover {
  box-shadow: 0 0 10px 0 #ccc;
  background: #fff;
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li a:hover .p_icon {
  background: url("./../images/phone_hover.png") no-repeat center;
  background-size: 100% 100%;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li a.selected {
  box-shadow: 0 0 10px 0 #ccc;
  background: #fff;
  color: #0080d2;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li a.selected .p_icon {
  background: url("./../images/phone_hover.png") no-repeat center;
  background-size: 100% 100%;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li .span_a {
  display: inline-block;
  width: 40%;
  float: left;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li .p_icon {
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url("./../images/phone.png") no-repeat center;
  background-size: 100% 100%;
  float: left;
  margin-top: 10.5px;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li .p_c {
  float: right;
  width: 52%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hxl_index_center .index_center_container .part_1.part_3.part_4 .phone_left .phone_list li .p_c span {
  margin-right: 5px;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.pop .container {
  background: #fff;
  width: 825px;
  height: 454px;
  margin: 300px auto 0;
  display: table;
  text-align: center;
  position: relative;
}

.pop .container .close {
  width: 37px;
  height: 36px;
  background: url(./../images/close.png) no-repeat center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.pop .container div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 130px;
}

.pop .container div img {
  margin-bottom: 10px;
  height: 320px;
}

.pop .container div p {
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-align: left;
}

.page {
  overflow: hidden;
  width: 480px;
  margin: 60px auto 0;
}

.page .first:hover {
  background: #0080d2;
  color: #fff;
  border: 1px solid #0080d2;
}

.page .first.selected {
  background: #0080d2;
  color: #fff;
  border: 1px solid #0080d2;
}

.page .first {
  width: 75px;
  height: 32px;
  border: 1px solid #c9ccd0;
  font-size: 15px;
  color: #888;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  float: left;
}

.page .num_wrap {
  float: left;
  line-height: initial !important;
}

.page .num:hover {
  background: #0080d2;
  color: #fff;
  border: 1px solid #0080d2;
}

.page .num.selected {
  background: #0080d2;
  color: #fff;
  border: 1px solid #0080d2;
}

.page .num {
  width: 35px;
  height: 32px;
  border: 1px solid #c9ccd0;
  font-size: 15px;
  color: #888;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

.page .next:hover {
  background: #0080d2;
  color: #fff;
  border: 1px solid #0080d2;
}

.page .next.selected {
  background: #0080d2;
  color: #fff;
  border: 1px solid #0080d2;
}

.page .next {
  width: 75px;
  height: 32px;
  border: 1px solid #c9ccd0;
  font-size: 15px;
  color: #888;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  float: left;
}

.page .last:hover {
  background: #0080d2;
  color: #fff;
  border: 1px solid #0080d2;
}

.page .last {
  float: left;
  width: 85px;
  height: 32px;
  border: 1px solid #c9ccd0;
  font-size: 15px;
  color: #888;
  line-height: 32px;
  text-align: center;
  display: inline-block;
}

.hxl_main_header {
  position: relative !important;
  background: url("./../images/other_header_03.png") no-repeat center;
  background-size: 100% 100%;
}

.hxl_main_center {
  min-height: calc(100vh - 371px) !important;
  padding-bottom: 100px;
  background: url("./../images/bg_4.png") no-repeat;
  background-size: 100% 100%;
}

.hxl_main_center .center_container {
  width: 1080px;
  margin: 0 auto;
  padding-top: 18px;
}

.hxl_main_center .center_container .location {
  color: #0080d2 !important;
}

.hxl_main_center .center_container .top span {
  font-size: 14px;
  color: #666;
  vertical-align: middle;
}

.hxl_main_center .center_container .top .address_icon {
  width: 14px;
  height: 16px;
  background: url("./../images/address.png") no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
}

.hxl_main_center .center_container .bottom {
  margin-top: 20px;
  overflow: hidden;
}

.hxl_main_center .center_container .bottom .left {
  border: 1px solid #dcdcdc;
  width: 240px;
  background: #fff;
  margin-right: 18px;
  float: left;
}

.hxl_main_center .center_container .bottom .left .project_wrap .project_states {
  padding: 0 24px;
  background: #ebf7ff;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
}

.hxl_main_center .center_container .bottom .left .project_wrap .project_states .states_left {
  float: left;
  width: 105px;
  display: block;
}

.hxl_main_center .center_container .bottom .left .project_wrap .project_states .states_right {
  width: 85px;
  display: block;
  float: left;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list {
  padding: 35px 0 30px 24px;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list>li:first-child {
  line-height: 70px !important;
  /* padding-bottom: 30px; */
  padding-top: 0 !important;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list>li:first-child a.span_2 {
  display: block;
  /* line-height: initial; */
  /* background: initial; */
  /* padding-left: initial; */
  font-size: 14px;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list>li:first-child::before {
  top: 0px !important;
  bottom: unset !important;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list>li:last-child {
  /* line-height: initial; */
  /* padding-top: 30px; */
  border-bottom: none;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list>li:last-child::before {
  top: unset !important;
  bottom: 0;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list .selected {
  color: red !important;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list .selected::before {
  border: 2px solid red !important;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list li::before {
  content: '';
  border: 2px solid #0080d2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  float: left;
  position: absolute;
  left: -6px;
  top: 31px;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list li {
  margin-bottom: 0;
  padding: 0 24px;
  padding-left: 0;
  line-height: 70px;
  font-size: 14px;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  position: relative;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list li .span_1 {
  float: left;
  width: 94px;
  display: block;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list li a.span_2:hover {
  color: #0080d2;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list li a.span_2 {
  display: block;
  line-height: 70px !important;
  background: initial;
  padding-left: initial;
  font-size: 14px;
}

.hxl_main_center .center_container .bottom .left .project_wrap .states_list li .span_2 {
  float: left;
  width: 85px;
  display: block;
}

.hxl_main_center .center_container .bottom .left p {
  background: #0080d2;
  font-size: 22px;
  color: #fff;
  line-height: 45px;
  padding-left: 40px;
}

.hxl_main_center .center_container .bottom .left ul {
  padding: 20px 10px;
}

.hxl_main_center .center_container .bottom .left ul>li:last-child {
  margin-bottom: 0;
}

.hxl_main_center .center_container .bottom .left ul li.selected a {
  color: #333 !important;
  background: #ebf7ff !important;
  font-weight: bold;
}

.hxl_main_center .center_container .bottom .left ul li {
  margin-bottom: 15px;
}

.hxl_main_center .center_container .bottom .left ul li a {
  display: block;
  line-height: 40px;
  background: #f7f7f7;
  font-size: 16px;
  color: #666;
  padding-left: 30px;
}

.hxl_main_center .center_container .bottom .left ul li a:hover {
  background: #ebf7ff;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.hxl_main_center .center_container .bottom .right {
  border: 1px solid #dcdcdc;
  float: left;
  width: 816px;
}

.hxl_main_center .center_container .bottom .right .title_box {
  background: #ebf7ff;
  overflow: hidden;
}

.hxl_main_center .center_container .bottom .right .title_box .title_search {
  width: 196px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  float: right;
  margin-top: 7px;
  margin-right: 33px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.hxl_main_center .center_container .bottom .right .title_box .title_search .search_iput {
  width: 145px;
  height: 30px;
  float: left;
  padding-left: 15px;
  font-size: 14px;
  color: #888;
}

.hxl_main_center .center_container .bottom .right .title_box .title_search input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #888;
}

.hxl_main_center .center_container .bottom .right .title_box .title_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #888;
}

.hxl_main_center .center_container .bottom .right .title_box .title_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #888;
}

.hxl_main_center .center_container .bottom .right .title_box .title_search input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #888;
}

.hxl_main_center .center_container .bottom .right .title_box .title_search .search_btn {
  float: right;
  width: 35px;
  height: 30px;
  background: #0080d2;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.hxl_main_center .center_container .bottom .right .title_box .title_search .search_btn .search_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/search.png");
  margin-left: 6px;
  margin-top: 7px;
}

.hxl_main_center .center_container .bottom .right .title_box .title {
  background: #0080d2;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
  float: left;
  padding: 0 20px;
}

.hxl_main_center .center_container .bottom .right .title_box .title .icon {
  display: inline-block;
  width: 22px;
  height: 26px;
  background: url("./../images/index_title_icon_8_fff.png") no-repeat center;
  background-size: 100% 100%;
  margin-bottom: -4px;
}

.hxl_main_center .center_container .bottom .right .title_box .title .download_icon {
  width: 29px;
  height: 23px;
  background-image: url("./../images/download.png");
}

.hxl_main_center .center_container .bottom .right .title_box .title .project_icon {
  width: 21px;
  height: 27px;
  background-image: url("./../images/project.png");
}

.hxl_main_center .center_container .bottom .right .title_box .title .join_us_icon {
  width: 28px;
  height: 28px;
  background-image: url("./../images/join_us_icon.png");
}

.hxl_main_center .center_container .bottom .right .title_box .title .awarded_icon {
  width: 18px;
  height: 26px;
  background-image: url("./../images/awarded_icon.png");
  margin-bottom: -5px;
}

.hxl_main_center .center_container .bottom .right .title_box .title .contack_icon {
  width: 26px;
  height: 26px;
  background-image: url("./../images/contack_icon.png");
  margin-bottom: -5px;
}

.hxl_main_center .center_container .bottom .right .title_box .title .process_icon {
  width: 27px;
  height: 27px;
  background-image: url("./../images/process_icon.png");
  margin-bottom: -5px;
}

.hxl_main_center .center_container .bottom .right .container {
  padding: 20px 33px 40px;
  padding-right: 13px;
  background: #fff;
}

.hxl_main_center .center_container .bottom .right .container .item_box {
  overflow: hidden;
  margin-bottom: 40px;
}

.hxl_main_center .center_container .bottom .right .container .item_box .item {
  width: 236px;
  height: 272px;
  background: #f4f9fd;
  text-align: center;
  display: table;
  float: left;
  margin-right: 20px;
  margin-bottom: 33px;
  cursor: pointer;
}

.hxl_main_center .center_container .bottom .right .container .item_box .item .xi {
  display: table-cell;
  vertical-align: middle;
}

.hxl_main_center .center_container .bottom .right .container .item_box .item .xi .img_wrap {
  height: 180px;
}

.hxl_main_center .center_container .bottom .right .container .item_box .item .xi .img_wrap img {
  max-height: 100%;
  max-width: 90%;

}

.hxl_main_center .center_container .bottom .right .container .item_box .item .xi p {
  margin-top: 20px;
}

.hxl_main_center .center_container .bottom .right .container .page_box {
  margin: 0 auto;
  width: 500px;
}

.hxl_main_center .center_container .bottom .right .container .page_box a {
  padding: 10px 15px;
  border: 1px solid #dcdcdc;
  font-size: 15px;
  color: #888;
  display: inline-block;
}

.hxl_main_center .center_container .bottom .right .container .page_box a.selected,
.hxl_main_center .center_container .bottom .right .container .page_box a:hover {
  background: #0080d2;
  color: #fff;
}

.hxl_other_center {
  background: url("./../images/bg_4.png") no-repeat;
  background-size: 100% 100%;
}

.hxl_branch .branch_icon {
  background: url("./../images/index_title_icon_7_fff.png") no-repeat !important;
  width: 28px !important;
  height: 22px !important;
  background-size: 100% 100%;
}

.hxl_branch .container .top {
  overflow: hidden;
}

.hxl_branch .container .top .txt1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.hxl_branch .container .top .line {
  width: 50px;
  height: 2px;
  background: #0080d2;
  display: block;
  margin-left: 436px;
  margin-top: 10px;
}

.hxl_branch .container .top .txt {
  font-size: 14px;
  color: #666;
  line-height: 35px;
}

.hxl_branch .container .top img {
  height: 259px;
  float: left;
  margin-right: 25px;
}

.hxl_branch .container .bottom .address {
  position: relative;
  line-height: 45px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
}

.hxl_branch .container .bottom .address .line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  background: #0080d2;
}

.hxl_branch .container .bottom .map {
  width: 749px;
  height: 383px;
  background: url("./../images/map.png") no-repeat center;
  background-size: 100% 100%;
  padding-top: 50px;
}

.hxl_branch .container .bottom .map .map_container {
  width: 455px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 3px 3px 10px 0 #ccc;
  margin-left: 40px;
}

.hxl_branch .container .bottom .map .map_container .txt {
  font-size: 24px;
  color: #333;
  background: #ebf7ff;
  line-height: 55px;
  padding-left: 25px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.hxl_branch .container .bottom .map .map_container .he {
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 0;
}

.hxl_branch .container .bottom .map .map_container .p2 {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  padding-left: 25px;
}

.hxl_branch .container .bottom .map .the_location {
  margin-left: 335px;
  margin-top: 40px;
}

.hxl_news .icon_news {
  width: 20px !important;
  height: 22px !important;
  background: url("./../images/index_title_icon_3_fff.png") no-repeat !important;
  background-size: 100% 100%;
}

.hxl_news .news_banner {
  height: 280px;
  width: 747px;
  overflow: hidden;
  background: #f2f2f2;
}

.hxl_news .news_banner .swiper-container {
  width: 100%;
  height: 100%;
}

.hxl_news .news_banner .swiper-pagination-bullets {
  left: unset;
  right: 20px;
  width: unset;
}

.hxl_news .news_banner .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hxl_news .news_banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #0080d2;
}

.hxl_news .news_banner .right {
  float: right !important;
  width: 280px !important;
  border: none !important;
  padding: 28px;
}

.hxl_news .news_banner .right h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 37px;
}

.hxl_news .news_banner .right p {
  line-height: 25px;
  font-size: 14px;
  color: #666;
  text-align: justify;
}

.hxl_news .news_list {
  width: 747px;
  margin-bottom: 35px;
}

.hxl_news .news_list ul li {
  height: 54px;
}

.hxl_news .news_list ul li a:hover .a {
  color: #d1181d;
}

.hxl_news .news_list ul li a:hover .b,
.hxl_news .news_list ul li a:hover .c {
  color: #0080d2;
}

.hxl_news .news_list ul li a {
  height: 100%;
  vertical-align: middle;
  border-bottom: 1px dashed #dcdcdc;
  overflow: hidden;
  width: 100%;
  display: table;
  font-size: 16px;
  color: #666;
}

.hxl_news .news_list ul li a .tc {
  display: table-cell;
  vertical-align: middle;
}

.hxl_news .news_list ul li a .a {
  margin-right: 10px;
  font-weight: bold;
}

.hxl_news .news_list ul li a .a,
.hxl_news .news_list ul li a .b {
  float: left;
}

.hxl_news .news_list ul li a .b {
  width: 75%;
}

.hxl_news .news_list ul li a .c {
  float: right;
  width: 15%;
  margin-left: 5%;
}

.hxl_news_detail .container {
  padding-right: 33px !important;
}

.hxl_news_detail .article_container .title {
  padding: 23px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.hxl_news_detail .article_container .title.the_txt {
  border-bottom: none;
}

.hxl_news_detail .article_container .ppp {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.hxl_news_detail .article_container .ppp a {
  color: #0080d2;
}

.hxl_news_detail .article_container .state_txt_h3.txt_h3 {
  font-size: 20px;
  color: #0080d2;
  margin-bottom: 0;
  margin-top: 15px;
}

.hxl_news_detail .article_container .txt_h3 {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.hxl_news_detail .article_container .information {
  text-align: center;
  overflow: hidden;
  width: 450px;
  margin: 0 auto;
}

.hxl_news_detail .article_container .information .a_1.information_date {
  float: initial;
  margin: 0 auto;
}

.hxl_news_detail .article_container .information .a_1 {
  float: left;
  margin-right: 45px;
}

.hxl_news_detail .article_container .information .a_2 {
  float: left;
  margin-right: 45px;
}

.hxl_news_detail .article_container .information .a_3 {
  float: left;
}

.hxl_news_detail .article_container .information a span {
  vertical-align: middle;
  font-size: 14px;
  color: #c6c6c6;
}

.hxl_news_detail .article_container .line_dashed.line {
  border-top: 1px dashed #dcdcdc;
  border: none;
}

.hxl_news_detail .article_container .line {
  border-top: 1px solid #dcdcdc;
  margin-top: 15px;
}

.hxl_news_detail .article_container .article_txt {
  font-size: 14px;
  color: #666;
  line-height: 35px;
}

.hxl_news_detail .article_container .right_txt {
  text-align: right;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}

.hxl_news_detail .article_container .time_icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url("./../images/time.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 5px;
}

.hxl_news_detail .article_container .eye_icon {
  margin-right: 5px;
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url("./../images/eye.png") no-repeat center;
  background-size: 100% 100%;
}

.hxl_news_detail .article_container .weibo {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("./../images/share.png");
  background-position: 88px -2px;
  margin-left: 10px;
}

.hxl_news_detail .article_container .qq {
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("./../images/share.png");
  background-position: 54px 0;
}

.hxl_news_detail .article_container .wechat {
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("./../images/share.png");
  background-position: 20px 0;
}

.hxl_news_detail .article_nav {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.hxl_news_detail .article_nav .nav_left {
  float: left;
}

.hxl_news_detail .article_nav .nav_left p {
  line-height: 25px;
}

.hxl_news_detail .article_nav .nav_left p a {
  font-size: 14px;
  color: #666;
}

.hxl_news_detail .article_nav .nav_left p a:hover {
  font-size: 14px;
  color: #0080d2;
}

.hxl_news_detail .article_nav .nav_right:hover {
  color: #0080d2;
}

.hxl_news_detail .article_nav .nav_right {
  position: absolute;
  bottom: 2px;
  right: 0;
  border-bottom: 1px solid #333;
  line-height: 25px;
}

.hxl_news_detail .article_nav .nav_right .return {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url("./../images/return.png") no-repeat center;
  background-size: 100% 100%;
  margin-left: 5px;
}

.hxl_business .business_icon {
  background: url("./../images/index_title_icon_7_fff.png") no-repeat !important;
  background-size: 100% 100%;
  width: 28px !important;
  height: 22px !important;
  margin-bottom: -2px !important;
}

.hxl_business .container {
  overflow: hidden;
  color: #666;
  font-size: 16px;
}

.hxl_business .container input {
  color: #666;
  font-size: 16px;
}

.hxl_business .container input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: 16px;
}

.hxl_business .container input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: 16px;
}

.hxl_business .container input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 16px;
}

.hxl_business .container input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: 16px;
}

.hxl_business .container .must {
  color: #ff0000;
}

.hxl_business .container .input_item_2.input_item_3 {
  height: 120px;
}

.hxl_business .container .input_item_2 {
  width: 743px;
  height: 40px;
  border: 1px solid #dcdcdc;
  float: left;
  margin-top: 15px;
  padding-left: 10px;
  line-height: 40px;
}

.hxl_business .container .input_item_2 input {
  color: #666;
  font-size: 16px;
}

.hxl_business .container .input_item_2 label {
  margin-right: 35px;
  cursor: pointer;
}

.hxl_business .container .input_item_2 input[type="radio"] {
  width: 18px;
  height: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  margin-top: 5px;
  position: relative;
  top: 3px;
}

.hxl_business .container .input_item_2 input:checked {
  background: #0080d2;
  border: none;
}

.hxl_business .container .input_item_1 {
  float: left;
  width: 358px;
  height: 40px;
  border: 1px solid #dcdcdc;
  line-height: 40px;
  padding-left: 10px;
  margin-right: 15px;
}

.hxl_business .container .input_item_1 input {
  height: 40px;
  color: #666;
  font-size: 16px;
}

.hxl_business .container .input_item_3 {
  height: unset !important;
  padding-bottom: 20px;
  overflow: hidden;
}

.hxl_business .container .input_item_3 textarea {
  width: 98%;
  height: 70px;
  border: none;
  resize: none;
  outline: none;
}

.hxl_business .container .input_item_3 .input_label_box {
  width: 87%;
  float: right;
}

.hxl_business .container .input_item_3 .input_label_box .p2 label {
  margin-right: 30px;
}

.hxl_business .container .input_item_3 .input_label_box .p2 .label_1 {
  margin-right: 8px;
}

.hxl_business .container .input_item_3 .input_label_box p>label:last-child {
  margin-right: 0;
}

.hxl_business .container .input_item_4 {
  margin-top: 15px;
}

.hxl_business .container button {
  width: 190px;
  height: 40px;
  background: #0080d2;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  margin: 50px auto;
  display: block;
  cursor: pointer;
}

.hxl_business .container .tips {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

.hxl_business .container .tips .p1 {
  color: #333;
}

.hxl_business .container .tips .p2 {
  color: #999;
}

.hxl_yuankuang .yuankuang_icon {
  display: inline-block;
  width: 18px !important;
  height: 21px !important;
  background: url("./../images/index_title_icon_1.png") no-repeat center !important;
  background-size: 100% 100%;
}

.hxl_yuankuang .container img {
  width: 100%;
}

.hxl_yuankuang .container p {
  font-size: 14px;
  color: #666;
  line-height: 40px;
}

.download_container .download_list li {
  line-height: 50px;
  border-bottom: 1px dashed #dcdcdc;
  overflow: hidden;
}

.download_container .download_list li a:hover {
  font-size: 14px;
  color: #0080d2;
}

.download_container .download_list li a:hover::before {
  background: #0080d2;
}

.download_container .download_list li a {
  display: block;
  font-size: 14px;
  color: #666;
}

.download_container .download_list li a::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  float: left;
  margin-top: 24px;
  margin-right: 12px;
}

.download_container .download_list li a .name {
  float: left;
  width: 660px;
}

.download_container .download_list li a .download_btn {
  float: right;
}

.join_us_container {
  padding-top: 16px;
}

.join_us_container li.selected {
  height: initial;
}

.join_us_container li.selected .the_job {
  background: #ebf7ff;
}

.join_us_container li.selected .job_more {
  float: right;
  display: inline-block;
  width: 11px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/job_more_ed.png");
  margin: 30px 30px 0 22px;
}

.join_us_container li.selected .job_container {
  display: block;
  border: 1px solid #dcdcdc;
}

.join_us_container li {
  line-height: 65px;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: middle;
  cursor: pointer;
}

.join_us_container li .the_job {
  height: 65px;
  overflow: hidden;
}

.join_us_container li span {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.join_us_container li .job_name {
  float: left;
  margin-left: 30px;
  font-weight: bold;
}

.join_us_container li .date {
  float: right;
}

.join_us_container li .publish {
  float: right;
  margin-right: 10px;
}

.join_us_container li .job_more {
  float: right;
  display: inline-block;
  width: 11px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/job_more.png");
  margin: 30px 30px 0 22px;
}

.join_us_container li .job_container {
  clear: both;
  padding: 15px 15px 40px 35px;
  background: #fff;
  display: none;
  line-height: initial;
  margin-bottom: 20px;
}

.join_us_container li .job_container .apply_job {
  width: 180px;
  height: 46px;
  display: block;
  background: #0080d2;
  font-size: 14px;
  color: #f7f7f7;
  text-align: center;
  line-height: 46px;
  margin-top: 30px;
}

.join_us_container li .job_container .title {
  font-size: 14px;
  color: #1978ce;
}

.join_us_container li .job_container .title_value {
  font-size: 14px;
  color: #666;
}

.join_us_container li .job_container .job_two {
  margin-top: 30px;
}

.join_us_container li .job_container .job_one {
  line-height: 30px;
  overflow: hidden;
}

.join_us_container li .job_container .job_one .place {
  float: left;
  margin-right: 50px;
}

.join_us_container li .job_container .job_one .num {
  float: left;
}

.join_us_container li .job_container p {
  line-height: 30px;
}

.ep_container .ep_list .item.selected .item_li .icon_box .icon {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/ep_more_ed.png");
}

.ep_container .ep_list .item.selected .item_container {
  display: block;
}

.ep_container .ep_list .item {
  margin-bottom: 15px;
}

.ep_container .ep_list .item .item_li {
  line-height: 40px;
  background: #f5f5f5;
  padding: 0 48px;
  padding-right: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.ep_container .ep_list .item .item_li .title {
  float: left;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.ep_container .ep_list .item .item_li .icon_box {
  width: 85px;
  float: right;
  border-left: 1px solid #dcdcdc;
  text-align: center;
}

.ep_container .ep_list .item .item_li .icon_box .icon {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/ep_more.png");
}

.ep_container .ep_list .item .item_container {
  padding: 0 30px 30px;
  border: 1px solid #dcdcdc;
  border-top: none;
  display: none;
}

.ep_container .ep_list .item .item_container .list {
  height: 400px;
}

.ep_container .ep_list .item .item_container .list li {
  padding: 0 18px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 55px;
}

.ep_container .ep_list .item .item_container .list li a {
  font-size: 16px;
  color: #666;
}

.ep_container .ep_list .item .item_container .list li a:hover {
  color: #0080d2;
}

.contack_container {
  padding: 0 36px;
}

.contack_container .part_one {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px dashed #dcdcdc;
}

.contack_container .part_one>.item:last-child {
  margin-right: 0;
}

.contack_container .part_one .item {
  text-align: center;
  float: left;
  width: 32%;
  margin-right: 2%;
}

.contack_container .part_one .item p {
  line-height: 20px;
  font-size: 14px;
  color: #333;
}

.contack_container .part_one .item .p2 {
  margin-top: 15px;
  line-height: 30px;
}

.contack_container .part_one .item .pp_2 {
  width: 180px;
  margin: 0 auto;
}

.contack_container .part_one .item .icon_1 {
  display: inline-block;
  width: 76px;
  height: 76px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/icon_1.png");
}

.contack_container .part_one .item .icon_2 {
  display: inline-block;
  width: 76px;
  height: 76px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/icon_2.png");
}

.contack_container .part_one .item .icon_3 {
  display: inline-block;
  width: 76px;
  height: 76px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/icon_3.png");
}

.contack_container .part_two {
  overflow: hidden;
  text-align: center;
  margin-bottom: 35px;
}

.contack_container .part_two .item.selected {
  background: #0080d2;
  color: #fff;
}

.contack_container .part_two .item {
  display: inline-block;
  /* float: left; */

  width: 180px;
  /* padding: 0 18px; */
  line-height: 40px;
  background: #f7f7f7;
  color: #666;
  text-align: center;
  border-radius: 20px;
  margin-top: 13px;
  margin-right: 8px;
}

.contack_container .part_three {
  position: relative;
}

.contack_container .part_three img {
  width: 100%;
}

.contack_container .part_three .location {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 452px;
  box-shadow: 0 0 30px 0 #ccc;
  border-radius: 6px;
}

.contack_container .part_three .location .txt_h3 {
  padding: 0 23px;
  line-height: 53px;
  background: #ebf7ff;
  font-size: 24px;
  color: #333;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.contack_container .part_three .location .txt {
  background: #fff;
  padding: 10px 23px 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.contack_container .part_three .location .txt .txt_p {
  font-size: 16px;
  color: #333;
}

.process_container {
  background: initial !important;
  text-align: center;
}

.process_container .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 36px;
}

.process_container .process_list {
  display: inline-block;
}

.process_container .process_list li {
  margin: 0 auto;
  margin-bottom: 5px;
}

.process_container .process_list li .wrap {
  display: inline-block;
}

.process_container .process_list li .left_right {
  overflow: hidden;
}

.process_container .process_list li .txt {
  display: block;
  height: 45px;
  background: #ebf7ff;
  padding: 0 22px;
  margin-bottom: 10px;
}

.process_container .process_list li .icon {
  display: inline-block;
  width: 19px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./../images/process_icon_2.png");
  display: block;
  margin: 0 auto;
}

.process_container .process_list li .process_left {
  width: 57px;
  height: 45px;
  background: #fff;
  border: 1px solid #ebf7ff;
  float: left;
  line-height: 45px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.process_container .process_list li .process_right {
  float: left;
  min-width: 156px;
  line-height: 45px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.hxl_footer {
  height: 236px;
  background: url("./../images/footer_bg_03.jpg") no-repeat center;
  overflow: hidden;
}

.hxl_footer .footer {
  width: 1080px;
  margin: 0 auto;
  padding: 35px 0 40px;
  overflow: hidden;
}

.hxl_footer .footer .left {
  float: left;
}

.hxl_footer .footer .center {
  float: left;
  margin-left: 80px;
  margin-top: 28px;
  margin-right: 84px;
  font-size: 16px;
  color: #2e3438;
  text-align: center;
}

.hxl_footer .footer .right {
  float: left;
}

.hxl_footer .left_p {
  font-size: 14px;
  color: #2e3438;
  line-height: 25px;
}

.hxl_footer .left_p span {
  margin-left: 10px;
}

.hxl_footer .right_p1 {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #bcc0c2;
  margin-bottom: 10px;
}

.hxl_footer .right_p2 {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 28px;
}

.hxl_footer .link_ul {
  margin-top: 15px;
  overflow: hidden;
  border-top: 2px solid #bcc0c2;
  margin-bottom: 5px;
}

.hxl_footer .link_ul>li:last-child {
  margin-right: 0;
}

.hxl_footer .link_ul li {
  float: left;
  line-height: 54px;
  margin-right: 35px;
}

.hxl_footer .link_ul a {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
}

.hxl_footer .link_ul a:hover {
  color: #0080d2;
}

.hxl_footer .link_ul li::before {
  content: "·";
  font-size: 16px;
  color: #1a1a1a;
}

.comWechat {
  position: relative;
  display: inline-block;

}

.wechat-icon-wrap {
  cursor: pointer;
}

.com-msg-wrap {
  position: absolute;
  width: 100%;
  top: 5px;
  z-index: 999;
}

.com-msg {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.com-msg span {
  vertical-align: middle;
}

.phone-icon {
  display: inline-block;
  background: url('./../images/phone_hover.png');
  width: 17px;
  height: 15px;
  background-size: 17px 15px;
}

.wechat-icon {
  display: inline-block;
  background: url('./../images/hxl_pay_wechat_03.png');
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}

.wechat-img {
  position: absolute;
  top: 20px;
  padding: 14px;
  background: #fff;
  margin-top: 10px;
  display: none;

}
.container_wrap{
  display: none;
  border-top:1px dashed #dcdcdc;
}
/*# sourceMappingURL=style.css.map */